翻訳と辞書
Words near each other
・ Syntaracta
・ Syntarsus
・ Syntasoft
・ SYNTAX
・ Syntax
・ Syntax (band)
・ Syntax (disambiguation)
・ Syntax (journal)
・ Syntax (logic)
・ Syntax (programming languages)
・ Syntax (typeface)
・ Syntax Definition Formalism
・ Syntax diagram
・ Syntax error
・ Syntax guessing
Syntax highlighting
・ Syntax tree
・ Syntax-Brillian Corporation
・ Syntax-directed translation
・ Syntaxin
・ Syntaxin 3
・ Syntaxin 6 N terminal protein domain
・ Syntaxin binding protein 2
・ Syntaxin binding protein 3
・ Syntaxis
・ Syntec
・ Syntegra
・ Syntegrity
・ Syntel
・ SYNTELations


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Syntax highlighting : ウィキペディア英語版
Syntax highlighting

Syntax highlighting is a feature of text editors that are used for programming, scripting, or markup languages, such as HTML. The feature displays text, especially source code, in different colors and fonts according to the category of terms.〔See e.g., The Java Developer's Guide to Eclipse By Jim D'Anjou, Sherry Shavor, Scott Fairbrother, Dan Kehn, John Kellerman, Pat McCarthy Published by Addison-Wesley, 2004 ISBN 978-0-321-30502-2, 1136 pages〕 This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.
Syntax highlighting is a form of secondary notation, since the highlights are not part of the text meaning, but serve to reinforce it. Some editors also integrate syntax highlighting with other features, such as spell checking or code folding, as aids to editing which are external to the language.
==Practical benefits==

Syntax highlighting is one strategy to improve the readability and context of the text; especially for code that spans several pages. The reader can easily ignore large sections of comments or code, depending on what they are looking for.
Syntax highlighting also helps programmers find errors in their program. For example, most editors highlight string literals in a different color. Consequently, spotting a missing delimiter is much easier because of the contrasting color of the text. Brace matching is another important feature with many popular editors. This makes it simple to see if a brace has been left out or locate the match of the brace the cursor is on by highlighting the pair in a different color.
A study published in the conference PPIG evaluated the effects of syntax highlighting on the comprehension of short programs, finding that the presence of syntax highlighting significantly reduces the time taken for a programmer to internalise the semantics of a program. Additionally, data gathered from an eye-tracker during the study suggested that syntax highlighting enables programmers to pay less attention to standard syntactic components such as keywords.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Syntax highlighting」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.